home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / Railroading / card_8118.txt < prev    next >
Text File  |  1990-02-20  |  3KB  |  148 lines

  1. -- card: 8118 from stack: in
  2. -- bmap block id: 8203
  3. -- flags: 0000
  4. -- background id: 2630
  5. -- name: Men
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=43 top=126 right=153 bottom=178
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   Visual wipe left
  23.   push card
  24.   Go to card "Commodore"
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=233 top=120 right=154 bottom=313
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual wipe left
  44.   push card
  45.   go to card "Gould"
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=358 top=117 right=153 bottom=438
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: 
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect wipe left
  65.   push card
  66.   go to card "Fisk"
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 6 (button)
  72. -- low flags: 00
  73. -- high flags: 8003
  74. -- rect: left=219 top=288 right=335 bottom=302
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Main Menu
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   go to card "Menu"
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 7 (button)
  91. -- low flags: 00
  92. -- high flags: 0000
  93. -- rect: left=43 top=173 right=212 bottom=179
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: 
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   push card
  105.   go to card "Stanford"
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 8 (button)
  111. -- low flags: 00
  112. -- high flags: 0000
  113. -- rect: left=236 top=180 right=220 bottom=358
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: 
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   push card
  125.   go to card "Durant"
  126. end mouseUp
  127.  
  128.  
  129.  
  130. -- part 9 (button)
  131. -- low flags: 00
  132. -- high flags: A002
  133. -- rect: left=16 top=319 right=340 bottom=76
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: Return
  142. ----- HyperTalk script -----
  143. on mouseUp
  144.   global returncard
  145.   go to returncard
  146. end mouseUp
  147.  
  148.